src/views/quality/processconfiguration/table-form.vue
@@ -213,7 +213,6 @@ }) }, selectStaffCallback(param, paramName) { console.log(paramName) if (param) { if (paramName == 'originator') { this.dataForm.originator = '' @@ -256,7 +255,6 @@ remote('work_shop').then((response) => { if (response.data.code === 0) { this.dataTypeList = response.data.data console.log(this.dataTypeList) } else { this.dataTypeList = [] }