Quellcode durchsuchen

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

余思翰 vor 3 Wochen
Ursprung
Commit
fef9ec5dfa
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      oa-ui/src/views/flowable/form/business/subContract.vue

+ 2
- 2
oa-ui/src/views/flowable/form/business/subContract.vue Datei anzeigen

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

Laden…
Abbrechen
Speichern