|
|
@@ -233,7 +233,7 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
// this.formedNumLast = this.objData.product[0].feedQuantity;
|
|
|
-
|
|
|
+ console.log(this.objData,'我是阿打啥啊电话');
|
|
|
this.byCode();
|
|
|
|
|
|
|
|
|
@@ -282,6 +282,7 @@ export default {
|
|
|
res.shift();
|
|
|
let data = JSON.parse(JSON.stringify(res));
|
|
|
let list = this.groupBy(data, 'code');
|
|
|
+ this.localdataList = [];
|
|
|
Object.entries(list).forEach(([key, value]) => {
|
|
|
let obj = {
|
|
|
text: value[0].name,
|
|
|
@@ -343,6 +344,10 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.$nextTick(() => {
|
|
|
+
|
|
|
+
|
|
|
+ console.log(this.DispositionList, '我是啥来着');
|
|
|
+
|
|
|
this.$set(this, 'DispositionList', this.newDispositionList);
|
|
|
})
|
|
|
},
|