Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shops-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
2016-04-07 15:40:54 +0800
Commit
13b100c06bca56c2cf9bf653def5f9b0f80a079b
1 parent
15879810
基础商品修改,个别字段限制
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
client/js/basegoods/edit.js
client/js/basegoods/edit.js
View file @
13b100c
...
...
@@ -158,7 +158,7 @@ tabTree.isfeeze=true;
var
e
=
new
common
.
edit
(
"#basicInfo"
);
e
.
init
();
if
(
RESPONSEDATA
.
isAuditing
!=
200
){
if
(
param
){
new
common
.
dropDown
({
el
:
"#brandId"
,
ajax
:
"queryBrandByShopId"
,
params
:
function
(){
return
{
status
:
1
}
...
...
Please
register
or
login
to post a comment