|
@@ -182,17 +182,15 @@
|
|
|
<UserForm ref="formRef" @success="queryProjectListAjax" />
|
|
|
</template>
|
|
|
<script setup lang="ts">
|
|
|
-import moment from 'moment'
|
|
|
import { useRouter } from 'vue-router'
|
|
|
import request from '@/config/axios'
|
|
|
-import { getAssetURL } from '@/utils/auth'
|
|
|
import * as DeptApi from '@/api/system/dept'
|
|
|
import * as AssetApi from '@/api/system/asset'
|
|
|
import { defaultProps, handleTree } from '@/utils/tree'
|
|
|
import { arrFlatten } from '../../attendanceCenter/attendAuth'
|
|
|
import UserForm from './UserForm.vue'
|
|
|
|
|
|
-defineOptions({ name: 'ProjectBook' })
|
|
|
+defineOptions({ name: 'GdzccgsqPage' })
|
|
|
const xmztMap: any = { 0: '报废', 1: '正常' }
|
|
|
const router = useRouter()
|
|
|
const tableRef: any = ref(null)
|