|
@@ -5,6 +5,7 @@ import { ElMessage, ElMessageBox } from "element-plus";
|
|
|
|
|
|
// 数据初始化
|
|
// 数据初始化
|
|
export const useDataListInit = () => {
|
|
export const useDataListInit = () => {
|
|
|
|
+ const path = "/intellectual-property/three-year-non-use-cancellation/create";
|
|
// const dictStore = useDictStore();
|
|
// const dictStore = useDictStore();
|
|
const componentKey = ref(0);
|
|
const componentKey = ref(0);
|
|
// 表单相关
|
|
// 表单相关
|
|
@@ -124,7 +125,7 @@ export const useDataListInit = () => {
|
|
componentKey.value += 1;
|
|
componentKey.value += 1;
|
|
updateInfo.value = row;
|
|
updateInfo.value = row;
|
|
uploadVisible.value = true;
|
|
uploadVisible.value = true;
|
|
- }
|
|
|
|
|
|
+ };
|
|
|
|
|
|
const onShow = (row: any) => {
|
|
const onShow = (row: any) => {
|
|
componentKey.value += 1;
|
|
componentKey.value += 1;
|
|
@@ -169,7 +170,7 @@ export const useDataListInit = () => {
|
|
const handleUpdate = () => {
|
|
const handleUpdate = () => {
|
|
updateVisible.value = false;
|
|
updateVisible.value = false;
|
|
fetchList();
|
|
fetchList();
|
|
- }
|
|
|
|
|
|
+ };
|
|
|
|
|
|
// 执行删除商标,记得加提示
|
|
// 执行删除商标,记得加提示
|
|
const onDelete = (row: any) => {
|
|
const onDelete = (row: any) => {
|
|
@@ -210,6 +211,7 @@ export const useDataListInit = () => {
|
|
});
|
|
});
|
|
|
|
|
|
return {
|
|
return {
|
|
|
|
+ path,
|
|
componentKey,
|
|
componentKey,
|
|
formInline,
|
|
formInline,
|
|
updateInfo,
|
|
updateInfo,
|