Commit f57bd13c authored by cx49085's avatar cx49085
Browse files

fix conflict

parent a64ffdaf
......@@ -89,7 +89,7 @@ export function bankAccountValid(rule, value, callback) {
// 电话号码验证
export function checkPhone(rule, value, callback) {
if (!value) {
console.log(1)
// console.log(1)
return callback(new Error('手机号不能为空'));
} else {
const reg = /(^1\d{10}$)|(^[0-9]\d{7}$)/
......
......@@ -95,7 +95,7 @@ export default {
} else {
this.$router.back()
}
console.log(1)
// console.log(1)
},
methods: {
back(){
......
......@@ -181,6 +181,7 @@ export default {
this.checkedRow = { ...data }
} else {
this.checkedRow = {}
this.$refs.dialogForm.resetFields()
}
if (dialogVisible === 'drawerVisible') {
this.drawerVisible = true
......@@ -188,7 +189,6 @@ export default {
return
}
this.dialogVisible = dialogVisible
this.$refs.dialogForm.resetFields()
},
getRepayDetailList() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment