dev01 hace 3 años
padre
commit
14aedcf608
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      js/component/manageCenter/order/orderNew/reject.jsx
  2. 1 1
      package.json

+ 1 - 1
js/component/manageCenter/order/orderNew/reject.jsx

@@ -1508,7 +1508,7 @@ const IntentionCustomer = Form.create()(
           return false;
         }
       }
-      if (!this.state.salesType) {
+      if (this.state.salesType == null) {
         message.warning("请选择销售类型!");
         return
       }

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "afanti",
-  "version": "1.2.15",
+  "version": "1.2.16",
   "description": "",
   "main": "index.js",
   "scripts": {