zhuo
2025-05-12 9a4370f8bd16d2bcfb41aac0df3f580ac6642d7b
src/views/CNAS/systemManagement/customerSatisfaction/components/formDialog.vue
@@ -193,7 +193,6 @@
      if (this.operationType === 'add') {
        addClientSatisfaction(this.form).then(res => {
          this.editLoad = false
          if (res.code === 201) return
          this.$message.success('提交成功')
          this.closeFormDia()
        }).catch(err => {
@@ -203,7 +202,6 @@
      } else {
        updateClientSatisfaction(this.form).then(res => {
          this.editLoad = false
          if (res.code === 201) return
          this.$message.success('提交成功')
          this.closeFormDia()
        }).catch(err => {