lkk
2025-05-19 0fc8cae51fcc347fab5c7ab82fbb25d6ff071ff2
Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb
1个文件已修改
11 ■■■■■ 已修改文件
src/components/jianqianwenzhen/index.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) => {