zouyu
2023-12-14 43b705c29b0e089bdc1cf1cc9076b83f500b1ff5
src/views/common/ztt-table.vue
@@ -1578,7 +1578,7 @@
      if (response.code != '0') {
        this.$message.warning(response.msg)
      } else {
      if(response.data!=""&&response.data!=[]){
      if(response.data!=""&&response.data!=[]&&response.data!=null){
        this.$message({
          message: response.data,
          type: 'success'