Przeglądaj źródła

reactor:对接随手拍;

zhangchong 4 miesięcy temu
rodzic
commit
aa5f324848

+ 0 - 1
src/views/business/publish/index.vue

@@ -142,7 +142,6 @@ import Other from '@/utils/other';
 import { publishBaseInfo } from '@/api/todo/publish';
 import { exportAssignment, getNeedArr } from '@/utils/tools';
 // 引入组件
-const OrderPublish = defineAsyncComponent(() => import('@/views/business/publish/components/Order-publish.vue')); // 工单发布和查看详情
 const OrderPublishEdit = defineAsyncComponent(() => import('@/views/business/publish/components/Order-publish-edit.vue')); // 工单发布修改
 const OrderDetail = defineAsyncComponent(() => import('@/components/OrderDetail/index.vue')); // 工单详情
 const pagination = defineAsyncComponent(() => import('@/components/ProTable/components/Pagination.vue')); // 分页

+ 0 - 3
src/views/snapshot/centerMark/list.vue

@@ -128,9 +128,6 @@ const gridOptions = reactive<any>({
 				handleQuery();
 			},
 		},
-		slots: {
-			buttons: 'toolbar_buttons',
-		},
 	},
 	customConfig: {
 		storage: true,

+ 1 - 1
src/views/snapshot/publish/components/Order-publish.vue

@@ -139,7 +139,7 @@ const onPublish = (formEl: FormInstance | undefined) => {
 		};
 		centerPublishAdd(request)
 			.then(() => {
-				ElMessage.success('发布成功');
+				ElMessage.success('操作成功');
 				state.loading = false;
 				closeDialog();
 				emit('updateList');