11
WXL
2024-06-28 c171dda262806192f34effbf989aaded99e45c38
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);