|
@@ -250,6 +250,9 @@ export default {
|
|
|
const ind = this.supplierList.findIndex(item => item.purchaseTargetSn == val)
|
|
|
if (ind != -1) {
|
|
|
this.queryParam.purchaseTargetType = this.supplierList[ind].purchaseTargetType
|
|
|
+ } else {
|
|
|
+ this.queryParam.purchaseTargetSn = undefined
|
|
|
+ this.queryParam.purchaseTargetType = undefined
|
|
|
}
|
|
|
},
|
|
|
// 时间 change
|