Browse Source

客服取消测试数据

pre-production
马远东 1 year ago
parent
commit
3235b3b053
  1. 8
      src/views/aftersales/aftersalesWorkOrder.vue
  2. 2
      vite.config.js

8
src/views/aftersales/aftersalesWorkOrder.vue

@ -1502,7 +1502,7 @@ const CancelappealFn = val => {
const appeal = (val, state) => {
AppealAttachment.value = []; //
Appealselection.value = ''; //
(Reasonforappeal.value = ''), //
Reasonforappeal.value = ''; //
console.log(state);
console.log(val.row, '申诉当前点击的按钮');
if (state == 'edit') {
@ -1993,10 +1993,8 @@ const appealFn = val => {
console.log(res, '申诉列表返回值');
if (res.data.data.records.length) {
// details.data = res.data.data.records;
for (let i = 1; i < 100; i++) {
details.data.push({});
}
details.data = res.data.data.records;
} else {
details.data = [{}];
}

2
vite.config.js

@ -24,7 +24,7 @@ export default ({ mode, command }) => {
// target: 'http://192.168.6.116:8777',
// target: 'http://192.168.6.122:8777',
// target: 'http://192.168.10.25:13000',
// target: 'http://192.168.10.25:2888',
// target: 'http://192.168.10.25:2888',
target: 'http://192.168.6.163:9777',//CYZ
// target: 'http://192.168.10.57:13000',
// target: 'http://192.168.10.200:13000',

Loading…
Cancel
Save