|
@@ -49,10 +49,8 @@ import {
|
|
|
appraiseApplyBatchUpdateEnd,
|
|
|
appraiseApplyBatchUpdateReset
|
|
|
} from '@/api/appraisalStatement'
|
|
|
-import { commonTemplateDownload } from '@/api/common.js'
|
|
|
import operation_mixin from '@/components/template/operation_mixin.js'
|
|
|
import { required, requiredValueMin } from '@/components/template/rules_verify.js'
|
|
|
-import { getWebsit } from '@/api/customerManagement.js'
|
|
|
export default {
|
|
|
components: { TemplatePage },
|
|
|
mixins: [import_mixin, operation_mixin],
|
|
@@ -88,7 +86,6 @@ export default {
|
|
|
]
|
|
|
]
|
|
|
},
|
|
|
-
|
|
|
items() {
|
|
|
return []
|
|
|
},
|