Преглед изворни кода

Merge branch 'master' of http://132.232.92.186:3000/XinXiBu/oa-system

liuhj пре 10 месеци
родитељ
комит
6574ecf1db
1 измењених фајлова са 0 додато и 2 уклоњено
  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);
                 }
             })
         },