sunlupeng 1 year ago
parent
commit
3e25040b45
1 changed files with 5 additions and 0 deletions
  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(() => {