qq_41295110
2026-01-16 cbc2fe74fb54aad814695982c2987e064696f540
src/views/basic/gyCurrency/gyCurrencyEdit.vue
@@ -182,7 +182,7 @@
    getDetailData(hID, operationType) {
      this.formLoading = true;
      axios
        .get(this.baseURL + "/GetGy_CurrencyDetail", {
        .get(this.$baseUrl + "/GetGy_CurrencyDetail", {
          params: {
            HID: hID,
          },
@@ -292,7 +292,7 @@
            
            axios({
                method: "POST",
                url: this.baseURL + "/SaveGy_CurrencyList",
                url: this.$baseUrl + "/SaveGy_CurrencyList",
                data: requestData,  // 直接发送JSON对象
                headers: {
                'Content-Type': 'application/json',  // 使用JSON格式