|
|
@@ -115,10 +115,6 @@ export default {
|
|
|
...mapActions(["initMerchantInfo"]),
|
|
|
affirmFormSubmit() {
|
|
|
let pattern = /^1\d{10}$/; //验证以1开头11位数
|
|
|
- if (this.clientInfo == '') {
|
|
|
- uni.showToast({title: '请选择客户', icon: 'none'});
|
|
|
- return;
|
|
|
- }
|
|
|
if (this.name == '') {
|
|
|
uni.showToast({title: '请输入姓名', icon: 'none'});
|
|
|
return;
|