lkk
2025-05-19 0fc8cae51fcc347fab5c7ab82fbb25d6ff071ff2
src/components/jianqianwenzhen/index.vue
@@ -1354,16 +1354,7 @@
      this.chageall = [];
      this.chageall = selection;
    },
    /** 提交按钮 */
    /* submitForm() {
      // this.form.tjAskHistorysList.forEach(element=>{
      //   element.icdId = this.icdId;
      // })
      updateHistory(this.form).then((response) => {
        this.$modal.msgSuccess("修改成功");
        this.form = response.data;
      });
    }, */
    submitForm() {
      console.log("提交前 form:", JSON.parse(JSON.stringify(this.form)));
      this.$refs.form.validate((valid) => {