remove debug
This commit is contained in:
parent
f62674cb0b
commit
799116d1a4
|
@ -435,7 +435,6 @@ export default {
|
||||||
global_export(){
|
global_export(){
|
||||||
|
|
||||||
api.call(`GET department/export`, {}, function(rs){
|
api.call(`GET department/export`, {}, function(rs){
|
||||||
console.log(rs);
|
|
||||||
|
|
||||||
// 1. error -> popup
|
// 1. error -> popup
|
||||||
if( rs.error !== 0 || !rs.hasOwnProperty('link') ){
|
if( rs.error !== 0 || !rs.hasOwnProperty('link') ){
|
||||||
|
|
Loading…
Reference in New Issue