更新
This commit is contained in:
@@ -133,7 +133,15 @@
|
||||
data() {
|
||||
return {
|
||||
rowDetails: {},
|
||||
detailList: [],
|
||||
detailList: [{
|
||||
bankCardName: '',
|
||||
bankCardNo: '',
|
||||
bankName: '',
|
||||
interBankCode: '',
|
||||
disabledType: false,
|
||||
commonMark: 1,
|
||||
companyId: ''
|
||||
}],
|
||||
id: '',
|
||||
indexNature: 0,
|
||||
bankNatureList: [{
|
||||
@@ -191,7 +199,7 @@
|
||||
}
|
||||
}
|
||||
});
|
||||
}else{
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: '请把信息填写完整后提交',
|
||||
icon: 'none'
|
||||
@@ -214,7 +222,10 @@
|
||||
findDetail(id) {
|
||||
companyManagement.getByCompanyId(id).then(res => {
|
||||
if (res.code !== 20000) return
|
||||
this.detailList = res.data
|
||||
if (res.data && res.data.length > 0) {
|
||||
this.detailList = res.data
|
||||
}
|
||||
|
||||
})
|
||||
},
|
||||
seleoli(item, index) {
|
||||
|
||||
Reference in New Issue
Block a user