zss
2023-12-11 c880739ec4cd5ede33b31eb98ad5f7628ea288e5
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 = []
        }