xiugai
This commit is contained in:
@@ -192,7 +192,6 @@ export default {
|
||||
this.form.salePrice = this.productRowData[0].salePrice2company
|
||||
this.form.floorPrice = this.productRowData[0].floorPrice
|
||||
this.form.productMeasurement = this.productRowData[0].measurement
|
||||
console.log(this.productRowData,'sssssssdddddddddddddd')
|
||||
},
|
||||
productChange(){
|
||||
this.productData()
|
||||
@@ -216,6 +215,7 @@ export default {
|
||||
serve.getRefineryProductList(data).then((res) => {
|
||||
this.productNameList = res.data;
|
||||
})
|
||||
console.log(this.productRowData,'aaaaaaaaaa')
|
||||
},
|
||||
//搜索客户
|
||||
customData(value){
|
||||
@@ -234,12 +234,9 @@ export default {
|
||||
this.configAutocomplete.echoId = id;
|
||||
this.configAutocomplete.echoName = this.form.refineryName;
|
||||
this.form.salePrice = this.form.salePrice2company
|
||||
this.productData()
|
||||
// this.productDataList(this.form.productName)
|
||||
this.productRowData = this.productNameList.filter(
|
||||
(item) => item.id == e
|
||||
);
|
||||
console.log("this.form", this.form,this.productRowData,this.productNameList);
|
||||
this.productChange()
|
||||
|
||||
console.log("this.form", this.form);
|
||||
}
|
||||
},
|
||||
submit() {
|
||||
|
||||
Reference in New Issue
Block a user