Bläddra i källkod

fix:企微客户状态修改

ct 2 dagar sedan
förälder
incheckning
0adae9b108
1 ändrade filer med 13 tillägg och 0 borttagningar
  1. 13 0
      src/views/qw/externalContact/myExternalContact.vue

+ 13 - 0
src/views/qw/externalContact/myExternalContact.vue

@@ -911,6 +911,19 @@ export default {
   components:{PaginationMore, mycustomer,customerDetails,SopDialog,selectUser,info,Collection},
   data() {
     return {
+      statusDialog: {
+        open: false,
+        title: "修改客户状态"
+      },
+      statusForm: {
+        id: null,
+        status: null
+      },
+      statusRules: {
+        status: [
+          {required: true, message: '状态不能为空', trigger: 'change'}
+        ]
+      },
       collection:{
         titile:"信息采集",
         open:false,