无用代码清理

This commit is contained in:
pixel
2021-01-08 16:54:09 +08:00
parent 1c257fa830
commit fdd522e56a
6 changed files with 7 additions and 14 deletions

View File

@@ -84,7 +84,6 @@ export default {
return {
listApi: getExaCustomerList,
dialogFormVisible: false,
visible: false,
type: "",
form: {
customerName: "",
@@ -119,7 +118,7 @@ export default {
};
},
async deleteCustomer(row) {
this.visible = false;
row.visible = false;
const res = await deleteExaCustomer({ ID: row.ID });
if (res.code == 0) {
this.$message({