|
@@ -711,9 +711,7 @@ watch(
|
|
|
route.query.processType == 20 ||
|
|
|
route.query.processType == 30)
|
|
|
) {
|
|
|
- for (const key in props.queryData) {
|
|
|
- formData.data[key] = props.queryData[key];
|
|
|
- }
|
|
|
+ formData.data = proxy.deepClone(props.queryData);
|
|
|
const ids = formData.data.purchaseDetailList.map((x) => x.bussinessId);
|
|
|
if (formData.data.supplyId && ids.length > 0) {
|
|
|
getAuxiliaryData(formData.data.supplyId, ids);
|