|
@@ -265,7 +265,9 @@ const dateRange = ref([]);
|
|
const webHost = import.meta.env.VITE_APP_BASE_API;
|
|
const webHost = import.meta.env.VITE_APP_BASE_API;
|
|
|
|
|
|
const data = reactive({
|
|
const data = reactive({
|
|
- form: {},
|
|
|
|
|
|
+ form: {
|
|
|
|
+ module: "system",
|
|
|
|
+ },
|
|
queryParams: {
|
|
queryParams: {
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
module: "system",
|
|
module: "system",
|
|
@@ -309,6 +311,7 @@ function reset() {
|
|
dictName: undefined,
|
|
dictName: undefined,
|
|
dictType: undefined,
|
|
dictType: undefined,
|
|
status: "0",
|
|
status: "0",
|
|
|
|
+ module: "system",
|
|
remark: undefined,
|
|
remark: undefined,
|
|
};
|
|
};
|
|
proxy.resetForm("dictRef");
|
|
proxy.resetForm("dictRef");
|