|
@@ -21,7 +21,7 @@
|
|
<script lang="ts" name="system-user" setup>
|
|
<script lang="ts" name="system-user" setup>
|
|
//ts语法
|
|
//ts语法
|
|
import { ref, onMounted } from 'vue'
|
|
import { ref, onMounted } from 'vue'
|
|
- import CustomNormalTable from './CustomNormalTable.vue';
|
|
|
|
|
|
+ // import CustomNormalTable from './CustomNormalTable.vue';
|
|
import { searchFormSchema, commentFormSchema } from './workingFace.data';
|
|
import { searchFormSchema, commentFormSchema } from './workingFace.data';
|
|
import { list, deleteById, batchDeleteById, saveOrUpdate } from './workingFace.api';
|
|
import { list, deleteById, batchDeleteById, saveOrUpdate } from './workingFace.api';
|
|
|
|
|