同步UDI管理系统bug修改

ywj_dev
anthonywj 2 years ago
parent 3b93fa8aec
commit 7579baa7a7

@ -102,7 +102,7 @@
<el-button icon="el-icon-view" type="primary" @click="hideSearch">/</el-button>
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
<el-button type="primary" icon="el-icon-search" @click="submit"></el-button>
<el-button type="primary" icon="el-icon-plus" @click="editUdiType"></el-button>
<el-button type="primary" icon="el-icon-plus" @click="editUdiType"></el-button>
<el-button type="primary" icon="el-icon-plus" @click="intentImportUdi">DI</el-button>
<el-button type="primary" icon="el-icon-plus" @click="intentImportErp"></el-button>
<el-button type="primary" icon="el-icon-plus" @click="intentDetail"></el-button>
@ -1098,7 +1098,7 @@
></pagination>
<el-dialog
title="编辑-耗材菜单"
title="编辑-耗材分类"
:visible.sync="selectUdiTypeVisible"
:before-close="hideForm"
:close-on-click-modal="false"

@ -397,7 +397,7 @@ export default {
data() {
return {
isUseDyCheck: false,
isUseDyCheck: true,
useNumEnable: true,
sysList: [],
detailList: [],
@ -465,10 +465,9 @@ export default {
if (response.code == 20000) {
this.$message({
type: "success",
message: "删除成功!",
message: "解绑成功!",
});
this.editDialogVisible = false;
this.getList();
this.$emit("closePre", true);
this.cancelDialog();
} else {
this.$message.error(response.message);

Loading…
Cancel
Save