licp
2024-07-29 6cd78ecde571494205a510cfa04eb4e5de63f1be
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -2774,7 +2774,6 @@
        return
      },
      saveInsContext() {
        // console.profile()
        // console.log(1111,this.param)
        try {
          if(this.param){
@@ -2787,6 +2786,12 @@
              }
              this.$message.success('已保存')
            })
            // 向 Worker 发送消息,开始处理逻辑
            this.worker.postMessage(JSON.stringify({
              type: 'saveData',
              tableList:this.tableList,
              param:this.param
            }));
          }
        }catch (error) {
          console.log(999,error);
@@ -2814,7 +2819,7 @@
            })
          }
        }
        console.log(this.param)
        // console.log(this.param)
        this.saveInsContext()
      },
      getAuthorizedPerson() {