|
|
@ -318,8 +318,11 @@ export default { |
|
|
|
// }); |
|
|
|
} |
|
|
|
}, |
|
|
|
cancelPublicDialog(){ |
|
|
|
cancelPublicDialog(opt){ |
|
|
|
this.showPublicDialog = false |
|
|
|
if(opt == "submit" ) { |
|
|
|
this.handleQuery() |
|
|
|
} |
|
|
|
}, |
|
|
|
toggleChar() { |
|
|
|
this.TOGGLE_showChar(); |
|
|
@ -417,10 +420,10 @@ export default { |
|
|
|
}, |
|
|
|
// 保存数据 |
|
|
|
saveDemandData() { |
|
|
|
if (!this.editField) { |
|
|
|
this.$message({ type: "error", message: "请先编辑数据" }); |
|
|
|
return false; |
|
|
|
} |
|
|
|
// if (!this.editField) { |
|
|
|
// this.$message({ type: "error", message: "请先编辑数据" }); |
|
|
|
// return false; |
|
|
|
// } |
|
|
|
this.editField = ""; |
|
|
|
let param = {}; |
|
|
|
param.customerid = this.customerId; |
|
|
|