提交 a0cc9b73 authored 作者: zgy's avatar zgy

修改bug

上级 e5e0fc25
...@@ -153,7 +153,6 @@ let vm = new Vue({ ...@@ -153,7 +153,6 @@ let vm = new Vue({
created() { created() {
var that = this var that = this
$.get('../tbcfgoodstype/queryAll', function (res) { $.get('../tbcfgoodstype/queryAll', function (res) {
debugger
// console.log(that,"this"); // console.log(that,"this");
that.Goodstype = res.list; that.Goodstype = res.list;
// console.log(that.Goodstype); // console.log(that.Goodstype);
......
...@@ -5,7 +5,7 @@ $(function () { ...@@ -5,7 +5,7 @@ $(function () {
{label: 'ID', name: 'goodstypeId', index: 'goodstype_id', key: true,hidden: true}, {label: 'ID', name: 'goodstypeId', index: 'goodstype_id', key: true,hidden: true},
{label: '商品一级分类', name: 'goodstypeTitle', index: 'goodstype_title', width: 80}, {label: '商品一级分类', name: 'goodstypeTitle', index: 'goodstype_title', width: 80},
{label: '排序编号', name: 'goodstypeSort', index: 'goodstype_sort', width: 80}, {label: '排序编号', name: 'goodstypeSort', index: 'goodstype_sort', width: 80},
{label: '一级分类图片', name: 'goodstwotypeUrl', index: 'goodstype_url', width: 80, formatter: imageFormat}], {label: '一级分类图片', name: 'goodstypeUrl', index: 'goodstype_url', width: 80, formatter: imageFormat}],
shrinkToFit: true, shrinkToFit: true,
datatype : "json", datatype : "json",
rowNum:15, rowNum:15,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论