diff --git a/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue b/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue index b1717f92..d0d17861 100644 --- a/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue +++ b/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue @@ -19,7 +19,7 @@ --> 机床-分组 或 零件号: - + { + getMaterial(1, 10).then(response => { for (let i = 0; i < response.data.length; i++) { this.materialClass.push({ label: response.data[i].材料, @@ -1112,6 +1111,7 @@ export default { searchPartsByMachineGroup() { this.tableData = [] this.partNum = [] + console.log(this.radio, 123123) if (this.radio === 1) { // 未编制 this.disabled = false this.isShow1 = true @@ -1530,7 +1530,6 @@ export default { this.materialName = '' this.spec = '' this.newNum = '' - this.searchParts() this.searchPartsByMachineGroup() this.$message.success('保存成功') })