更新
This commit is contained in:
@@ -615,7 +615,7 @@ export default {
|
||||
tableData2: [], // 机床信息表
|
||||
tableData3: [], // 营销经理表
|
||||
PageCurrent: 1,
|
||||
PageSize: 10,
|
||||
PageSize: 20,
|
||||
total: null,
|
||||
PageCurrent1: 1,
|
||||
PageSize1: 10,
|
||||
@@ -695,6 +695,7 @@ export default {
|
||||
this.getSelect(money, ['付款方式', '付款方式代码'], 'money')
|
||||
},
|
||||
openName() {
|
||||
this.searchName()
|
||||
this.name = ''
|
||||
this.tableData3 = []
|
||||
this.dialogFormVisiblePeople = true
|
||||
@@ -1151,6 +1152,7 @@ export default {
|
||||
},
|
||||
openBidding() {
|
||||
this.dialogFormVisibleBidding = true
|
||||
this.searchBidding()
|
||||
},
|
||||
searchBidding() {
|
||||
selectBidBond(0, '', 0, '', 1, this.enterprise, 0, '', 0, '').then(response => {
|
||||
|
||||
Reference in New Issue
Block a user