@@ -1508,7 +1508,7 @@ const IntentionCustomer = Form.create()(
return false;
}
- if (!this.state.salesType) {
+ if (this.state.salesType == null) {
message.warning("请选择销售类型!");
return
@@ -1,6 +1,6 @@
{
"name": "afanti",
- "version": "1.2.15",
+ "version": "1.2.16",
"description": "",
"main": "index.js",
"scripts": {