@ -284,7 +284,6 @@ export default {
/** 查询菜单下拉树结构 */
getTreeselect(row) {
debugger
if(row!=null){
var data={
code:row.code,
@ -629,7 +629,6 @@ export default {
this.loading = true;
verifyTemplateFile(query).then((res) => {
if (res.code === 20000) {
//查询全部详情id
var supCertQuery={
customerId:row.customerId,
@ -671,7 +670,6 @@ export default {
let query = {id: 3};
@ -587,7 +587,6 @@ export default {
getCompanyCertList() {
this.certLoading = true;
this.certQuery.customerId = this.inputQuery.customerId;
console.log(this.customerId)