line
This commit is contained in:
@@ -225,6 +225,10 @@
|
||||
this.table_data = datalist;
|
||||
},
|
||||
search_all(){
|
||||
if(!this.search_all_data){
|
||||
this.select_product(0);
|
||||
return;
|
||||
}
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
url: 'http://php-api.juip.com/script/linedata/search.php?type=1&info=' + this.search_all_data,
|
||||
@@ -237,6 +241,10 @@
|
||||
this.table_data = datalist;
|
||||
},
|
||||
search_product(){
|
||||
if(!this.search_product_data){
|
||||
this.select_product(this.product_id);
|
||||
return;
|
||||
}
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
url: 'http://php-api.juip.com/script/linedata/search.php?type=0&productid='+this.product_id+'&info=' + this.search_product_data,
|
||||
|
||||
Reference in New Issue
Block a user