|
@@ -449,11 +449,14 @@ import {
|
|
|
updateCustomerClueDept,
|
|
updateCustomerClueDept,
|
|
|
getCustomerClueAnswerById,
|
|
getCustomerClueAnswerById,
|
|
|
} from '@/api/clew';
|
|
} from '@/api/clew';
|
|
|
|
|
+import { insertCustomerClueAnswerKs } from '@/api/complaintDetail';
|
|
|
import { ImagePreview } from 'vant';
|
|
import { ImagePreview } from 'vant';
|
|
|
import clewentDetails from './clewentDetails';
|
|
import clewentDetails from './clewentDetails';
|
|
|
import radioGroup from './complaintDetail/radioGroup';
|
|
import radioGroup from './complaintDetail/radioGroup';
|
|
|
|
|
+import { clewMixins } from '@/mixin/clew.js';
|
|
|
export default {
|
|
export default {
|
|
|
name: 'MyHistoricalWeekly',
|
|
name: 'MyHistoricalWeekly',
|
|
|
|
|
+ mixins: [clewMixins],
|
|
|
components: {
|
|
components: {
|
|
|
zRadio,
|
|
zRadio,
|
|
|
zCheckbox,
|
|
zCheckbox,
|