yuanrf 10 months ago
parent
commit
92bbd03635
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/components/Finance/Cost.vue

+ 0 - 2
src/components/Finance/Cost.vue

@@ -6395,8 +6395,6 @@ export default {
             }).then(function (res) {
                 if (res.data.code == 200) {
                     that.rollcallarr = res.data.data;
-                } else {
-                    that.$message.error(res.data.smg);
                 }
             })
         },