wangyi
2026-01-19 7fb0a8f0ab16c149484bf043754cd10cfa94de2f
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格式