소스 검색

修复分包合同点击保存重复主键的问题

余思翰 3 주 전
부모
커밋
fef9ec5dfa
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      oa-ui/src/views/flowable/form/business/subContract.vue

+ 2
- 2
oa-ui/src/views/flowable/form/business/subContract.vue 파일 보기

2
  * @Author: ysh
2
  * @Author: ysh
3
  * @Date: 2024-05-10 15:31:57
3
  * @Date: 2024-05-10 15:31:57
4
  * @LastEditors: Please set LastEditors
4
  * @LastEditors: Please set LastEditors
5
- * @LastEditTime: 2025-01-15 11:27:31
5
+ * @LastEditTime: 2025-08-15 09:49:17
6
 -->
6
 -->
7
 <template>
7
 <template>
8
   <div class="app-container">
8
   <div class="app-container">
856
           this.$modal.msgSuccess("表单新增成功");
856
           this.$modal.msgSuccess("表单新增成功");
857
           this.open = false;
857
           this.open = false;
858
           this.getList();
858
           this.getList();
859
-          this.initForm();
859
+          this.formTotal = 1;
860
         });
860
         });
861
         const subContractId = this.form.subContractId;
861
         const subContractId = this.form.subContractId;
862
         this.chooseProjectList.forEach(item => {
862
         this.chooseProjectList.forEach(item => {

Loading…
취소
저장