Explorar o código

20230506 10:17

wangzhuo %!s(int64=2) %!d(string=hai) anos
pai
achega
016e788312
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {