|
|
@ -338,19 +338,18 @@ export default { |
|
|
|
this.loadList() |
|
|
|
}, |
|
|
|
handleOpen() { |
|
|
|
const _this = this |
|
|
|
this.personTypeForm.sid = this.sids[0] |
|
|
|
req.del(this.personTypeForm).then((resp) => { |
|
|
|
loading.close() |
|
|
|
_this.$message({ |
|
|
|
if (resp.success) { |
|
|
|
this.dialogVisible = false |
|
|
|
this.$message({ |
|
|
|
type: 'success', |
|
|
|
message: resp.msg, |
|
|
|
showClose: true |
|
|
|
}) |
|
|
|
_this.loadList() |
|
|
|
this.dialogVisible = false |
|
|
|
this.loadList() |
|
|
|
} |
|
|
|
}).catch((e) => { |
|
|
|
loading.close() |
|
|
|
}) |
|
|
|
}, |
|
|
|
// 获取数据sid |
|
|
|