@@ -249,6 +249,7 @@
del(id, index) {
// this.tableList = this.tableList.filter((item) => item.id != id);
this.tableList.splice(index, 1);
+ this.calculatePrice();
},
async addEquipment() {
// const res = await parameterGetByCode({
@@ -54,8 +54,8 @@
default: 1
orderStatusList: {
- type: Array,
- default: () => []
+ type: String,
+ default: ''
}
data() {
@@ -188,7 +188,7 @@
>确认</el-button
>
</template>
- <workOrderList ref="workOrderListRef" @changeSelect="changeSelect" :orderStatusList="['3','4']" />
+ <workOrderList ref="workOrderListRef" @changeSelect="changeSelect" :orderStatusList="'3,4'" />
<bpmDetail
v-if="activeComp == 'bpm' && form.processInstanceId"
:id="form.processInstanceId"