Преглед на файлове

Merge branch '高龄津贴去掉mqtt' of sckj/mz-cloud into master

sckj преди 1 седмица
родител
ревизия
83ae6ec1a0
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      ruoyi-ui-gljt/src/views/gljt/gljtSq/index.vue

+ 2 - 2
ruoyi-ui-gljt/src/views/gljt/gljtSq/index.vue

@@ -2692,7 +2692,7 @@ export default {
       this.status = null;
       this.open = true;
       this.title = "添加高龄津贴申请信息";
-      this.createConnection();
+      // this.createConnection();
     },
     getSqShrxm(){
       if(localStorage.getItem('sqShrxm')&&!this.form.sqShrxm){
@@ -2786,7 +2786,7 @@ export default {
         }
         //草稿、被拒绝、社区审核
         if (this.status == "4" || this.status == "0" || this.status == "50") {
-          this.createConnection();
+          // this.createConnection();
         }
       });
     },