Просмотр исходного кода

feat:接单中心 型号回显

zhangxin 1 месяц назад
Родитель
Сommit
3601611f0d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      pages/orderDetailRefactored/components/PageFour.vue

+ 1 - 0
pages/orderDetailRefactored/components/PageFour.vue

@@ -433,6 +433,7 @@ export default {
433
         performance: data.performance || '',
433
         performance: data.performance || '',
434
         splitRatio: data.splitRatio || '',
434
         splitRatio: data.splitRatio || '',
435
         remarks: remarkParts[0] || '',
435
         remarks: remarkParts[0] || '',
436
+        model: data.model || '',
436
         customerServiceName: defaultCustomerServiceName,
437
         customerServiceName: defaultCustomerServiceName,
437
         customerServiceNameLabel: this.getLabelByValue(
438
         customerServiceNameLabel: this.getLabelByValue(
438
           this.customerServiceColumns[0],
439
           this.customerServiceColumns[0],