11
WXL
2024-06-28 91ae2b7ce06ef65dbf5665d936b9b5dbcfeb43dd
src/views/project/fund/applyDetail/index.vue
@@ -2237,7 +2237,7 @@
          sessionStorage.setItem("apiform", JSON.stringify(this.form));
          addorupdateFund(this.form)
            .then(response => {
              if (response.code === 200) {
              if (response.code == 200) {
                if (this.form.id) {
                  this.$modal.msgSuccess("申请单修改成功!");
                  this.$router.go(-1);