|
@@ -4,6 +4,7 @@ import useData from "../hooks/data";
|
|
|
import useDicts from "../hooks/dicts";
|
|
|
import useWatch from "../hooks/watch";
|
|
|
import useMethods from "../hooks/function";
|
|
|
+import { initParams } from "@/utils/init";
|
|
|
import { ITEM, SAVE } from "@/api/business/purchase/apply";
|
|
|
const { watchPuOrgName, watchPriceApplyOrgs, watchPriceApplyItems } =
|
|
|
useWatch();
|
|
@@ -91,9 +92,9 @@ export default {
|
|
|
//
|
|
|
async useRowAdd(prop) {
|
|
|
const {
|
|
|
- $notify,
|
|
|
+ $notify,
|
|
|
tabColumns,
|
|
|
- params: { puOrgName, supplierName },
|
|
|
+ params: { puOrgName, supplierName },
|
|
|
} = this;
|
|
|
if (!supplierName) {
|
|
|
return $notify.info("请选择供应商");
|