|
|
@@ -116,9 +116,6 @@ export default {
|
|
|
id: {
|
|
|
default: ''
|
|
|
},
|
|
|
- id: {
|
|
|
- default: ''
|
|
|
- },
|
|
|
taskDefinitionKey: {
|
|
|
default: ''
|
|
|
}
|
|
|
@@ -232,12 +229,6 @@ export default {
|
|
|
let arr = await this.getTableValue();
|
|
|
|
|
|
let arrList = arr?.productList.map((item) => {
|
|
|
- if (!item.singlePrice) {
|
|
|
- singlePrice = false;
|
|
|
- }
|
|
|
- if (!item.totalCount) {
|
|
|
- totalCount = false;
|
|
|
- }
|
|
|
return {
|
|
|
...item,
|
|
|
id: item.id,
|