Commit dfed328d authored by hezhen's avatar hezhen

去掉调试

parent 82e9cc58
......@@ -1375,7 +1375,7 @@
/**
* 提车分公司
* */
handleSelect3(item){debugger
handleSelect3(item){
if(item.value == "全部"){
this.form4Apply.liftCompany = undefined;
} else {
......@@ -1960,7 +1960,7 @@
* 申请预定-确定
* @param formName
*/
apply(formName) {debugger
apply(formName) {
if(!this.form4Apply.state3 || this.form4Apply.state3 == "全部"){
this.form4Apply.liftCompany = undefined;
this.$notify({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment