bug
This commit is contained in:
@@ -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");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user