1 GetSettings() {
 2       GetSettings(this.app_id).then((res) => {
 3         if (res.code == 1) {
 4           this.docType = JSON.parse(res.data[0].value);
 5           console.log(this.docType);
 6         } else {
 7           showTip("warning", "查询失败");
 8         }
 9       });
10     },

 

相关文章:

  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2021-12-29
  • 2021-07-25
  • 2022-02-07
猜你喜欢
  • 2021-11-30
  • 2021-11-21
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
相关资源
相似解决方案