Merge branch '250213-prod-master_1202-gx' into test20250220

This commit is contained in:
gengxin
2025-02-21 17:42:24 +08:00

View File

@@ -508,7 +508,7 @@
</div>
</template>
<script lang="jsx">
import { reactive, toRefs, ref, watch,onUnmounted } from "vue";
import { reactive, toRefs, ref, watch, onMounted } from "vue";
import { FolderAddOutlined } from "@ant-design/icons-vue";
import { message } from "ant-design-vue";
import dialog from "@/utils/dialog";
@@ -613,7 +613,7 @@ export default {
state.formParam.code = null;
};
onUnmounted(() => {
onMounted(() => {
//初始化时
state.searchParam.status = 2
});