解决商品编辑页面保存按钮权限控制的bug

This commit is contained in:
季圣华
2023-06-04 18:09:07 +08:00
parent 305b9c4954
commit b308c8182e
2 changed files with 4 additions and 7 deletions

View File

@@ -387,7 +387,7 @@
this.$refs.modalForm.title = "编辑";
this.$refs.modalForm.disableSubmit = false;
if(this.btnEnableList.indexOf(1)===-1) {
this.$refs.modalForm.isReadOnly = true
this.$refs.modalForm.showOkFlag = false
}
},
getImgUrl(imgName) {