mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 23:26:43 +08:00
【前端】修改星路历程传参
This commit is contained in:
@@ -459,7 +459,7 @@ export default {
|
|||||||
* @Date:2021-08-31
|
* @Date:2021-08-31
|
||||||
*/
|
*/
|
||||||
queryPersonalFunc() {
|
queryPersonalFunc() {
|
||||||
let params = { mdType: 'd' }
|
let params = { mdType: 'm' }
|
||||||
queryPersonal(params).then(res => {
|
queryPersonal(params).then(res => {
|
||||||
if (res.result == 0) {
|
if (res.result == 0) {
|
||||||
// 判断查出的数据是否为空,如果未空数据,则要将变量设置为0
|
// 判断查出的数据是否为空,如果未空数据,则要将变量设置为0
|
||||||
|
|||||||
Reference in New Issue
Block a user