解决商品编辑页面保存按钮权限控制的bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user