sunlupeng 2 年之前
父節點
當前提交
3e25040b45
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/commendManage/commendList.vue

+ 5 - 0
src/views/commendManage/commendList.vue

@@ -330,6 +330,11 @@ export default {
 
     handleUpdate(row) {
       this.dataForm = Object.assign({}, row);
+      if (this.dataForm.type == 33) {
+        this.typeVisible = true;
+      } else {
+        this.typeVisible = false;
+      }
       this.dialogStatus = "update";
       this.dialogFormVisible = true;
       this.$nextTick(() => {