|
@@ -69,7 +69,6 @@ export default {
|
|
|
},
|
|
|
watch: {
|
|
|
value: function (val, old) {
|
|
|
- // console.log("111" + val);
|
|
|
this.valuess = val;
|
|
|
if (this.isDetail) {
|
|
|
this.remoteMethod();
|
|
@@ -98,7 +97,6 @@ export default {
|
|
|
label: this.options[index].type_cn,
|
|
|
// price: "0",
|
|
|
};
|
|
|
- console.log(111);
|
|
|
// const { code, data, message } = await asyncRequest.get_price({
|
|
|
// type: this.options[index].type,
|
|
|
// });
|