Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-4
Commits
043f4f00
Commit
043f4f00
authored
Nov 30, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改绑定导购
parent
13e362bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
add-relate.vue
src/components/company/add-relate.vue
+8
-3
No files found.
src/components/company/add-relate.vue
View file @
043f4f00
...
...
@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-02-13 16:13:59
* @LastEditors: 无尘
* @LastEditTime: 2020-1
0-22 15:10:42
* @LastEditTime: 2020-1
1-30 17:15:23
* @FilePath : \haoban-4\src\components\company\add-relate.vue
-->
<!--
...
...
@@ -170,16 +170,21 @@ export default {
},
/**
* @description: 输入
* @param {Object} e
* @author: 无尘
*/
toInput
:
_debounce
(
function
()
{
toInput
:
_debounce
(
function
(
e
)
{
const
that
=
this
;
if
(
that
.
searchSelect
.
trim
()
==
''
)
{
that
.
storeData
=
[];
if
(
e
.
keyCode
==
8
)
{
that
.
selectId
=
''
;
that
.
partForm
.
salerName
=
''
;
}
return
false
;
}
that
.
getData
();
},
5
00
),
},
2
00
),
/**
* @description: 搜索清除
* @author: 无尘
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment