前端显示

prod
anthonywj 2 years ago
parent 22a296c6b9
commit decf714db5

@ -423,7 +423,7 @@ export default {
//
actionChange(item) {
this.curAction = this.getActionItem(item);
if (this.curAction.checkEnable && this.curAction.checkWebNew) {
if ((this.curAction.checkEnable && this.curAction.checkWebNew) || this.viewType == 1) {
this.bizShow = true;
} else
this.bizShow = false;

Loading…
Cancel
Save