@@ -342,13 +342,13 @@ import {
getInfo, h
} from "@/api/login";
import { getUnitData, getProData, getAgreementInfoById, } from "@/api/claimAndRefund/receive.js"
-import dialogForm from "./dialogForm.vue";
+import dialogFormByCq from "./dialogFormByCq.vue";
// 10:42开始日期startTime,结束日期endTime 机具类型typeId
// http://localhost/claimAndRefund/return/returnApply
export default {
name: "",
dicts: ['sys_normal_disable'],
- components: { dialogForm, },
+ components: { dialogFormByCq, },
data() {
return {
fullscreenLoading: false,
@@ -483,6 +483,7 @@ export default {
this.dateRange = [];
// this.resetForm("queryForm");
this.$refs.queryForm.resetFields()
+ this.initSelectData()
this.handleQuery();
},
/** 新增按钮操作 */
@@ -625,9 +626,9 @@ export default {
pageSize: this.dialogQueryParams.pageSize,
}
getViewByApply(params).then(res => {
- console.log(res)
- this.loadingList = res.rows
- this.loadingTotal = res.total
+ // console.log(res)
+ this.loadingList = res.data.rows
+ this.loadingTotal = res.data.total
})
},
/** 刷新缓存按钮操作 */
diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue b/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue
index ba292192..3892e9ff 100644
--- a/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue
+++ b/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue
@@ -667,6 +667,7 @@ export default {
this.dateRange = [];
// this.resetForm("queryForm");
this.$refs.queryForm.resetFields()
+ this.initSelectData()
this.handleQuery();
},
diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue b/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue
index a315047c..79126ca1 100644
--- a/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue
+++ b/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue
@@ -33,9 +33,9 @@
-
+
+
+
+
-
-
-
+
-
+