Fixiaobai
2023-12-14 c8d7453ef88f52f629272bdd89cab8ff6ba6eb6e
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 = []
        }