viewXtcs.js 90 B

12345
  1. function editXtcs(id){
  2. huimv.loadPage('xtcsRight', 'editXtcs.htm', {
  3. "csid" : id
  4. });
  5. }