Explorar el Código

采购订单维护-详情-编辑修改组织之后不清空source

002390 hace 1 año
padre
commit
a443688268
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/purchase/purchase-order/edit/index.vue

+ 2 - 1
src/views/purchase/purchase-order/edit/index.vue

@@ -441,7 +441,8 @@ export default {
             // key != "puDeptName" &&
             key != "status" &&
             key != "billDate" &&
-            key != "createTime"
+            key != "createTime" &&
+            key != "source"
           ) {
             this.params[key] = "";
           } else {