fei.wang
2025-04-30 722da005a5ec126bedf752ac6bd5c5c7f6172155
pages/index/tag.vue
@@ -160,7 +160,7 @@
                  text: '否'
               }
            ],
            typeList: [{
            holdtypeList: [{
                  text: '手持标签'
               },
@@ -178,7 +178,7 @@
                  text: '闭锁装置'
               }
            ],
            holdtypeList: [{
            typeList: [{
                  text: '工作负责人'
               },
@@ -339,8 +339,6 @@
               this.form.alterPerson = this.vuex_user
               saveper(this.form).then((res) => {
                  console.log(res);
                  // if (res.code == 0) {
                  this.$refs.refSuccess.showBox({
                     type: 'success',
                     txt: "保存成功"
@@ -352,8 +350,6 @@
                  }, () => {
                     // 可以在这里处理加载完成后的逻辑
                  });
                  // }
               })
            }
         },
@@ -495,7 +491,6 @@
            }
            if (this.vuex_is_login) {
               findTag(params).then((res) => {
                  console.log(res);
                  this.online = res.online
                  this.offline = res.offline
                  if (res.code == 0) {