mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
优化分类和标签的快捷添加
This commit is contained in:
@@ -391,7 +391,8 @@
|
||||
}
|
||||
|
||||
$.post('{:url("Tag/save")}', {
|
||||
tags: value
|
||||
tags: value,
|
||||
type:'{$Request.param.type}'
|
||||
}, function (result) {
|
||||
layer.msg('添加成功')
|
||||
initTags()
|
||||
@@ -445,7 +446,8 @@
|
||||
|
||||
$.post('{:url("Category/save")}', {
|
||||
title: title,
|
||||
pid: pid
|
||||
pid: pid,
|
||||
type:'{$Request.param.type}'
|
||||
}, function (result) {
|
||||
if (result.code == 0) {
|
||||
layer.msg('添加成功')
|
||||
|
||||
Reference in New Issue
Block a user