panhui 3 lat temu
rodzic
commit
66bd7c4dc3
1 zmienionych plików z 1 dodań i 1 usunięć
  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/sass_gift_days').then(res => {
+                        return this.$http.get('/sysConfig/get/saas_gift_days').then(res => {
                             holdDays = Number(res.value);
                             return Promise.resolve();
                         });