|
@@ -274,7 +274,6 @@ import { Form, Field, Popup, Picker } from 'vant'
|
|
|
import { loanConfig } from './config'
|
|
|
import { calcute } from './config/calculate'
|
|
|
|
|
|
-console.log(calcute.singleDk(1, 20, 20, 1))
|
|
|
export default {
|
|
|
name: 'index',
|
|
|
components: {
|
|
@@ -412,6 +411,7 @@ export default {
|
|
|
onConfirm4 (value, index) {
|
|
|
this.sdlilv = value
|
|
|
this.showPicker4 = false
|
|
|
+ console.log(calcute.singleDk(1, 20, this.sdnianxian.value, this.sdlilv.lilv))
|
|
|
},
|
|
|
onCancel4 () {
|
|
|
const index = this.columns4.findIndex(item => item.lilv === this.sdlilv.lilv)
|