|
|
@ -413,6 +413,9 @@ export default { |
|
|
|
// 重载数据 |
|
|
|
reloadData() { |
|
|
|
reloadData({ "customerid": this.customerId }).then(({ msg }) => { |
|
|
|
setTimeout(()=>{ |
|
|
|
this.handleQuery() |
|
|
|
},2000) |
|
|
|
this.$message({ type: "success", message: msg }); |
|
|
|
}).catch(() => { |
|
|
|
this.$message({ type: "error", message: "访问失败" }); |
|
|
|