|
|
@@ -797,10 +797,11 @@
|
|
|
this.formData.produceTaskName = null;
|
|
|
this.formData.executeMethodId = null;
|
|
|
this.formData.executeMethodName = '';
|
|
|
+ this.executeMethodList = [];
|
|
|
+ } else {
|
|
|
+ this.getExecuteMethodList();
|
|
|
}
|
|
|
|
|
|
- this.getExecuteMethodList();
|
|
|
-
|
|
|
this.loading = false;
|
|
|
} catch (error) {
|
|
|
this.loading = false;
|
|
|
@@ -827,6 +828,7 @@
|
|
|
handleClose() {
|
|
|
// 清空表单数据
|
|
|
this.formData = JSON.parse(JSON.stringify(this.formDateBase));
|
|
|
+ this.executeMethodList = [];
|
|
|
this.$refs['formRef'].resetFields();
|
|
|
this.visible = false;
|
|
|
},
|
|
|
@@ -1077,6 +1079,7 @@
|
|
|
console.log('current', current);
|
|
|
this.currentRow.productName = current.name;
|
|
|
this.currentRow.productCode = current.code;
|
|
|
+ this.currentRow.unitName = current.weightUnit;
|
|
|
console.log('this.currentRow', this.currentRow);
|
|
|
},
|
|
|
// 清空产品
|