Commit 5f2a4bd0 by 无尘

fix: 修改绑定导购

parent ebbfba6d
......@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-02-13 16:13:59
* @LastEditors: 无尘
* @LastEditTime: 2020-11-30 17:27:02
* @LastEditTime: 2020-11-30 17:53:55
* @FilePath : \haoban-4\src\components\company\add-relate.vue
-->
<!--
......@@ -182,6 +182,7 @@ export default {
if (e.keyCode == 8 && that.backKey > 1) {
that.selectId = '';
that.partForm.salerName = '';
that.backKey = 0;
}
return false;
}else {
......
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