mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
Merge branch '250213-prod-master_1202-gx' into test20250220
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user