Commit 189b768a authored by feifei's avatar feifei

产品名称

parent c19d5cd9
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
type: 'warning', type: 'warning',
beforeClose: (action, instance, done) => { beforeClose: (action, instance, done) => {
if (action === 'confirm') { if (action === 'confirm') {
this.$$get('/client/accountCancellation?userId=' + record.userId + '&clientCell='+ record.cell+ '&appName='+ this.searchInfo.appName) this.$$get('/client/accountCancellation?userId=' + record.userId + '&clientCell='+ record.cell+ '&appName='+ this.searchInfo.appName + '&creator=' + localStorage.getItem("userName"))
.then(res => { .then(res => {
if (res.data.code != 200) { if (res.data.code != 200) {
this.$message.error(res.data.message); this.$message.error(res.data.message);
......
...@@ -305,6 +305,8 @@ const enumUtils = { ...@@ -305,6 +305,8 @@ const enumUtils = {
{code: 'ZGH', message: '尊贵花'}, {code: 'ZGH', message: '尊贵花'},
{code: 'YSD', message: '衣食贷'}, {code: 'YSD', message: '衣食贷'},
{code: 'YYH', message: '盈盈有钱H5'}, {code: 'YYH', message: '盈盈有钱H5'},
{code: 'YQG_DAI', message: '洋钱罐'},
{code: 'SJJQ', message: '手机借钱'},
] ]
}; };
...@@ -639,6 +641,8 @@ const enumUtils = { ...@@ -639,6 +641,8 @@ const enumUtils = {
{value: 'ZGH', label: '尊贵花'}, {value: 'ZGH', label: '尊贵花'},
{value: 'YSD', label: '衣食贷'}, {value: 'YSD', label: '衣食贷'},
{value: 'YYH', label: '盈盈有钱H5'}, {value: 'YYH', label: '盈盈有钱H5'},
{value: 'YQG_DAI', label: '洋钱罐'},
{value: 'SJJQ', label: '手机借钱'},
] ]
}; };
...@@ -656,6 +660,7 @@ const enumUtils = { ...@@ -656,6 +660,7 @@ const enumUtils = {
enumName: 'AppNameType', values: [ enumName: 'AppNameType', values: [
{value: 'YYYQ', label: '盈盈有钱'}, {value: 'YYYQ', label: '盈盈有钱'},
{value: 'YYYQ_QUICK', label: '盈盈有钱福利版'}, {value: 'YYYQ_QUICK', label: '盈盈有钱福利版'},
{value: 'SJJQ', label: '手机借钱'},
] ]
}; };
......
{ {
"name": "versiony", "name": "versiony",
"version": "6.0.4" "version": "6.1.0"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment