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