Browse Source

20230506 10:17

wangzhuo 2 years ago
parent
commit
016e788312
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/costManagement/index.vue

+ 1 - 1
src/views/costManagement/index.vue

@@ -1513,7 +1513,7 @@ export default {
           this.$refs.avatar.submitForm('submit')
           break
         case '打印':
-          if (this.$refs.avatar.fStatus >= 3) {
+          if (Number(this.$refs.avatar.form.fStatus) >= 3) {
             for (let item in this.contentList) {
               for (let li in this.listData.fFeeid) {
                 if (this.contentList[item].fFeeid == this.listData.fFeeid[li].value) {