|
@@ -364,7 +364,11 @@ export default {
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- modalFormOk() {},
|
|
|
|
|
|
|
+ modalFormOk() {
|
|
|
|
|
+ this.selectGoodsList = [];
|
|
|
|
|
+ this.selectOrderInfo = {};
|
|
|
|
|
+ this.selectRoomOrder = {};
|
|
|
|
|
+ },
|
|
|
modalFormOk2(e) {
|
|
modalFormOk2(e) {
|
|
|
console.log(e);
|
|
console.log(e);
|
|
|
var good = JSON.parse(JSON.stringify(e));
|
|
var good = JSON.parse(JSON.stringify(e));
|
|
@@ -535,9 +539,9 @@ export default {
|
|
|
this.oldSelectGoodsList = JSON.parse(
|
|
this.oldSelectGoodsList = JSON.parse(
|
|
|
JSON.stringify(this.selectGoodsList)
|
|
JSON.stringify(this.selectGoodsList)
|
|
|
);
|
|
);
|
|
|
- this.selectGoodsList = [];
|
|
|
|
|
- this.selectOrderInfo = {};
|
|
|
|
|
- this.selectRoomOrder = {};
|
|
|
|
|
|
|
+ // this.selectGoodsList = [];
|
|
|
|
|
+ // this.selectOrderInfo = {};
|
|
|
|
|
+ // this.selectRoomOrder = {};
|
|
|
this.loadGoods();
|
|
this.loadGoods();
|
|
|
if (callback) {
|
|
if (callback) {
|
|
|
callback(res.result.code);
|
|
callback(res.result.code);
|