Browse Source

no message

libushang 5 months ago
parent
commit
74a8e0d067
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/mobileControl/WorkRequest.vue

+ 1 - 1
src/views/mobileControl/WorkRequest.vue

@@ -87,7 +87,7 @@ const form = ref({
   leader_name: '',
   content: '',
   // 以下默认即可
-  processing_status: '',
+  processing_status: '处理中',
   feeback_type: "1",
 });
 const pickerValue = ref(<Numeric[]>([]));