Explorar o código

Merge branch 'dev' of panhui/raex_saas into master

panhui %!s(int64=3) %!d(string=hai) anos
pai
achega
90847e9faf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/asset/Detail.vue

+ 1 - 1
src/views/asset/Detail.vue

@@ -828,7 +828,7 @@ export default {
                             return Promise.resolve();
                         });
                     } else if (this.info.source === 'GIFT') {
-                        return this.$http.get('/sysConfig/get/gift_days').then(res => {
+                        return this.$http.get('/sysConfig/get/saas_gift_days').then(res => {
                             holdDays = Number(res.value);
                             return Promise.resolve();
                         });