Handy_Cao 1 tahun lalu
induk
melakukan
43654a0503
2 mengubah file dengan 4 tambahan dan 2 penghapusan
  1. 1 1
      oem/qxst/config/appconfig.json
  2. 3 1
      src/business/bank/index.ts

+ 1 - 1
oem/qxst/config/appconfig.json

@@ -1,6 +1,6 @@
 {
   "appId": "com.muchinfo.qxst",
-  "appName": "贵茶数字化",
+  "appName": "贵数字化中心",
   "version": "1.0.34",
   "versionCode": "100034",
   "apiUrl": "http://192.168.31.202:8080/cfg?key=test_202",

+ 3 - 1
src/business/bank/index.ts

@@ -301,7 +301,9 @@ export function useDoCusBankExtendConfigs(extendbiztype: number) {
         if (firstData) {
             cusBank.value = firstData
             /// 不为空 入金取 318 出金取 319
-            endTime.value = getSystemParamValue(extendbiztype === 2 ? '318' : '319') ?? endTime.value
+            const time = getSystemParamValue(extendbiztype === 2 ? '318' : '319') ?? ''
+            /// 不为空 入金取 318 出金取 319
+            endTime.value = time != '' ? time : endTime.value
             /// 查询配置信息
             queryBankCusBankExtendConfigs({
                 data: {