Lou
2024-01-16 db8e416fec0ab844026eb7bc91d9f59a457f4e6e
subPackage/label/school.vue
@@ -380,7 +380,8 @@
               }
            ],
            isEdit: false,
            id: ""
            id: "",
            status: ""
         }
      },
      onLoad(option) {
@@ -415,6 +416,7 @@
            }).then(res => {
               if (res.code == 200) {
                  let data = res.data;
                  this.status = data.confirmFlag;
                  for (let i in this.info) {
                     this.info[i] = data[i]
                  }
@@ -555,7 +557,11 @@
                  title: '修改成功',
               })
               setTimeout(() => {
                  this.reLoadPrePage()
                  if (this.status == 4) {
                     this.reLoadPrePage()
                  } else {
                     uni.navigateBack();
                  }
               }, 300)
            })
         },