去除没用代码

prod
郑明梁 2 years ago
parent cb50ec7e40
commit 0a55f859cd

@ -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) {
debugger
//id
var supCertQuery={
customerId:row.customerId,
@ -671,7 +670,6 @@ export default {
let query = {id: 3};
this.loading = true;
verifyTemplateFile(query).then((res) => {
debugger
if (res.code === 20000) {
//id
var supCertQuery={

@ -587,7 +587,6 @@ export default {
getCompanyCertList() {
debugger
this.certLoading = true;
this.certQuery.customerId = this.inputQuery.customerId;
console.log(this.customerId)

Loading…
Cancel
Save