|
@@ -50,6 +50,7 @@ var consultDialog = new Vue({
|
|
$.ajax({
|
|
$.ajax({
|
|
type: 'post',
|
|
type: 'post',
|
|
url: '/bigmember/use/getCustom',
|
|
url: '/bigmember/use/getCustom',
|
|
|
|
+ data: { type: "kf" },
|
|
success: function (res) {
|
|
success: function (res) {
|
|
if (res && res.data) {
|
|
if (res && res.data) {
|
|
const resData = res.data || {}
|
|
const resData = res.data || {}
|