mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
初始化转改
This commit is contained in:
@@ -508,7 +508,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script lang="jsx">
|
<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 { FolderAddOutlined } from "@ant-design/icons-vue";
|
||||||
import { message } from "ant-design-vue";
|
import { message } from "ant-design-vue";
|
||||||
import dialog from "@/utils/dialog";
|
import dialog from "@/utils/dialog";
|
||||||
@@ -613,7 +613,7 @@ export default {
|
|||||||
state.formParam.code = null;
|
state.formParam.code = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
onUnmounted(() => {
|
onMounted(() => {
|
||||||
//初始化时
|
//初始化时
|
||||||
state.searchParam.status = 2
|
state.searchParam.status = 2
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user