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