+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+
+ 展开/折叠
+
+
+
+
+
+
+
+
+
+ {{ scope.row.type === 0 ? '业务渠道' : scope.row.type === 1 ? '客户来源' : '未知类型' }}
+
+
+
+
+
+
+ 修改
+
+ 新增
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/inspection/staff/index.vue b/src/views/inspection/staff/index.vue
index d100a60..2a1a04b 100644
--- a/src/views/inspection/staff/index.vue
+++ b/src/views/inspection/staff/index.vue
@@ -571,10 +571,10 @@ export default {
if (!this.form.folderId) {
addFolder(this.form.id).then(response => {
this.form.folderId = response.data
- this.$router.push({path: '/jc/shop/partner/file/file', query: {"folderId": this.form.folderId}})
+ this.$router.push({path: '/jc/shop/nbgl/partner/file/file', query: {"folderId": this.form.folderId}})
})
} else {
- this.$router.push({path: '/jc/shop/partner/file/file', query: {"folderId": this.form.folderId}})
+ this.$router.push({path: '/jc/shop/nbgl/partner/file/file', query: {"folderId": this.form.folderId}})
}
},
// 查询驾驶证类型