This commit is contained in:
helloDy
2024-02-27 16:39:39 +08:00
parent 85791cc10c
commit 8e1a1848fb
9 changed files with 59 additions and 78 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-11-18 14:16:25
* @LastEditors: DY
* @LastEditTime: 2024-02-27 08:58:08
* @LastEditTime: 2024-02-27 09:41:00
* @Description:
-->
<template>
@@ -428,9 +428,9 @@ export default {
status: 1
}).then(response => {
this.$modal.msgSuccess("新增成功");
// this.idAttrShow = true
this.idAttrShow = true
this.dataForm.id = response.data
this.visible = false;
// this.visible = false;
this.$emit("refreshDataList");
});
});