{{ item.value }}
@@ -210,7 +209,6 @@
v-model="scope.row.工艺要求"
:rows="1"
:disabled="disabled"
- size="mini"
type="textarea"
@dblclick.native="tableSearch(scope.$index)"
@change="requestEdit(scope.row)"/>
@@ -221,25 +219,21 @@
@@ -1451,3 +1445,15 @@ export default {
background: oldlace;
}
+
diff --git a/src/views/ManufacturingCenter/QuotaFormulation/index.vue b/src/views/ManufacturingCenter/QuotaFormulation/index.vue
index 27c2a5ce..87caf7a4 100644
--- a/src/views/ManufacturingCenter/QuotaFormulation/index.vue
+++ b/src/views/ManufacturingCenter/QuotaFormulation/index.vue
@@ -212,8 +212,8 @@ export default {
this.partName = ''
this.batchNum = ''
this.material = ''
- this.personValue = ''
this.tableData = [] // 清主表
+ this.personChange()
} else { // 未编制
this.shuliang = ''
this.isShow = false
@@ -224,7 +224,6 @@ export default {
this.partName = ''
this.batchNum = ''
this.material = ''
- this.personValue = ''
this.tableData = [] // 清主表
getPartnames1().then(response => {
for (let i = 0; i < response.data.length; i++) {