002201 1 an în urmă
părinte
comite
889521d591

+ 2 - 4
src/components/popover-select-v2/index.vue

@@ -148,14 +148,12 @@ export default {
       this.$emit("change", prop, this.$props);
     },
   },
-  created() {
-    console.log("this", this);
-  },
+  created() {},
   mounted() {},
   destroyed() {},
 };
 </script>
-<!-- v-on="$listeners" -->
+
 <template>
   <div class="popover-select-v2">
     <el-autocomplete

+ 1 - 4
src/views/purchase/apply/edit/index.vue

@@ -69,9 +69,6 @@ export default {
           }
         );
       }
-      if (type === "ORG_PARAM") {
-        console.log(prop, type, source);
-      }
     },
     //
     async fetchItem(prop) {
@@ -119,7 +116,7 @@ export default {
       const { tableColumns } = tabColumns.find(
         (element) => element.key === prop
       );
-      this.params[prop].push(initParams(tableColumns));
+      this.params[prop].push({ ...initParams(tableColumns), delFlag: "0" });
     },
     //
     async useRowRemove(prop, scope) {